filedialog: Plug a memory leak
authorMatthias Clasen <mclasen@redhat.com>
Thu, 27 Apr 2023 05:22:38 +0000 (07:22 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 27 Apr 2023 11:42:03 +0000 (13:42 +0200)
commit39b3b2444b5046950f3d54eb4951ba5e2b15734b
tree217afc0dece090f3ffe3f12c1b36b1a8f0b6d8f7
parentc237643b2495d26a24df64d1883994a225c02114
filedialog: Plug a memory leak

We own a reference to the native dialog,
and we need to drop it when we're done.
gtk/gtkfiledialog.c